UCF STIG Viewer Logo

SSMC web server must limit the number of allowed simultaneous session requests.


Overview

Finding ID Version Rule ID IA Controls Severity
V-255252 SSMC-WS-010020 SV-255252r916426_rule Medium
Description
Web server management includes the ability to control the number of users and user sessions that utilize a web server. Limiting the number of allowed users and sessions per user is helpful in limiting risks related to several types of Denial of Service attacks. Although there is some latitude concerning the settings themselves, the settings should follow DoD-recommended values, but the settings should be configurable to allow for future DOD direction. While the DOD will specify recommended values, the values can be adjusted to accommodate the operational requirement of a given system.
STIG Date
HPE 3PAR SSMC Web Server Security Technical Implementation Guide 2023-05-17

Details

Check Text ( C-58865r916424_chk )
Verify that SSMC limits the number of concurrent sessions by doing the following:

1. Log on to SSMC TUI via SSH as ssmcadmin. Press "X" to escape to general bash shell.

2. Execute the following commands:

$ grep ^security.max.active.ui.sessions /opt/hpe/ssmc/ssmcbase/resources/ssmc.properties

security.max.active.ui.sessions=10

$ grep ^security.max.active.ui.per.user.sessions /opt/hpe/ssmc/ssmcbase/resources/ssmc.properties
security.max.active.ui.per.user.sessions=1

If the output of the above commands does not show the values for "security.max.active.ui.sessions" and "security.max.active.ui.per.user.sessions" properties with values set as "10" and "1" respectively, this is a finding.
Fix Text (F-58809r916425_fix)
Configure SSMC to limit the number of allowed simultaneous web session requests by doing the following:

1. Log on to SSMC TUI via SSH as ssmcadmin. Press "X" to escape to general bash shell.

2. Edit /opt/hpe/ssmc/ssmcbase/resources/ssmc.properties (Use vi to edit).

3. Locate (or add a fresh entry) property security.max.active.ui.sessions. Set the value to "10".

4. Locate (or add a fresh entry) property security.max.active.ui.per.user.sessions. Set the value to "1".

5. Save the file and exit.

6. Type "config_appliance" to return to TUI. Restart (stop and start) SSMC services using TUI menu option 2.